Skip to content

Add 'cmd' option for plugin configuration - #904

Open
zerozez wants to merge 1 commit into
VundleVim:masterfrom
zerozez:run.option
Open

Add 'cmd' option for plugin configuration#904
zerozez wants to merge 1 commit into
VundleVim:masterfrom
zerozez:run.option

Conversation

@zerozez

@zerozez zerozez commented Apr 28, 2019

Copy link
Copy Markdown

This PR allows to set additional post installation scripts in plugins configurations. It can be very useful for plugins such as YCM, where you need to rebuild the server on updates.

Fixes